runtime.gclinkptr.ptr (method)

15 uses

	runtime (current package)
		mcache.go#L73: func (p gclinkptr) ptr() *gclink {
		stack.go#L206: 		if s.manualFreeList.ptr() != nil {
		stack.go#L213: 			x.ptr().next = s.manualFreeList
		stack.go#L219: 	if x.ptr() == nil {
		stack.go#L222: 	s.manualFreeList = x.ptr().next
		stack.go#L224: 	if s.manualFreeList.ptr() == nil {
		stack.go#L237: 	if s.manualFreeList.ptr() == nil {
		stack.go#L241: 	x.ptr().next = s.manualFreeList
		stack.go#L283: 		x.ptr().next = list
		stack.go#L301: 		y := x.ptr().next
		stack.go#L319: 		for x.ptr() != nil {
		stack.go#L320: 			y := x.ptr().next
		stack.go#L383: 			if x.ptr() == nil {
		stack.go#L387: 			c.stackcache[order].list = x.ptr().next
		stack.go#L484: 			x.ptr().next = c.stackcache[order].list